Click or drag to resize

LockEntry Class

Defines the types of locks that can be used with the resource.
Inheritance Hierarchy
SystemObject
  Independentsoft.WebdavLockEntry

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public class LockEntry

The LockEntry type exposes the following members.

Constructors
  NameDescription
Public methodLockEntry
Initializes a new instance of the LockEntry class.
Public methodLockEntry(LockScope, String)
Initializes a new instance of the LockEntry class.
Top
Properties
  NameDescription
Public propertyScope
Gets or sets the LockScope
Public propertyType
Gets or sets the type.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also